Ionic 中出現 NullInjectorError: No provider for HttpClient 的解決辦法 1. 在 app.module.ts 中引入模塊 2. 在 @NgModule.imports 中引入它 ...